Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void ICollection<ViewRow>.Add(
	ViewRow item
)
Visual Basic
Private Sub Add ( _
	item As ViewRow _
) Implements ICollection(Of ViewRow).Add

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also